Autogenerated HTML docs for v1.8.4.1-600-g3d092 
diff --git a/git-config.html b/git-config.html index a0fcf2b..a9dc77b 100644 --- a/git-config.html +++ b/git-config.html 
@@ -2384,6 +2384,8 @@  overridden by <code>branch.&lt;name&gt;.pushremote</code>. If no remote is   configured, or if you are not on any branch, it defaults to   <code>origin</code> for fetching and <code>remote.pushdefault</code> for pushing.  + Additionally, <code>.</code> (a period) is the current local repository  + (a dot-repository), see <code>branch.&lt;name&gt;.merge</code>'s final note below.   </p>   </dd>   <dt class="hdlist1">  @@ -2419,8 +2421,8 @@  Specify multiple values to get an octopus merge.   If you wish to setup <em>git pull</em> so that it merges into &lt;name&gt; from   another branch in the local repository, you can point  - branch.&lt;name&gt;.merge to the desired branch, and use the special setting  - <code>.</code> (a period) for branch.&lt;name&gt;.remote.  + branch.&lt;name&gt;.merge to the desired branch, and use the relative path  + setting <code>.</code> (a period) for branch.&lt;name&gt;.remote.   </p>   </dd>   <dt class="hdlist1">